home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / FORTH / FORTHMAC / OLD / TOOLS1 / !Forthmacs.extend.showstack < prev    next >
Text File  |  1994-10-17  |  215b  |  7 lines

  1. only forth also hidden also definitions
  2. : shower    ( -- )    (.s  clear-#line  ;
  3. forth definitions
  4. : showstack    ( -- )    ['] shower is status  ;
  5. : noshowstack    ( -- )    ['] clear-#line is status  ;
  6. only forth also definitions
  7.